.pic_left{
  position: relative;
  width: calc(60% - 30px);
  float:left;
}
.txt_right{
  position: relative;
  width: calc(40% - 30px);
  float:right;
}
#MagnifierWrap2{position: relative;width: 80%;}
.MagnifierMain{position: relative;width: 100%;height:100%;max-width: 600px;}
.MagnifierMain img{width: 100%;} 
.MagnifierDrag{position: absolute;top:0;left: 0;background-color: #ccc; opacity: 0.4;filter:alpha(opacity = 40);cursor: move;}

.MagnifierPop{position: absolute;top:0;overflow: hidden;background:#fff url(static/images/loading.gif) no-repeat center center;z-index:10;}
.MagnifierImg{position: absolute;top:0; left: 0;}

.spec-items{position: relative;width:100%;height: 94px;overflow: hidden;padding-top: 10px;}
.spec-items ul{width: 500%;position: absolute;top: 10px;left: 0;}
.spec-items ul *{
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.spec-items li{
  width: 80px;height: 80px;float: left;overflow: hidden;margin-right: 5px;border: 2px solid #fff;cursor: pointer;
  
}
.spec-items li.on{border:2px solid #616161;}
.spec-items li img{width: 100%; } 
span.spe_leftBtn,span.spe_rightBtn{position: absolute;bottom: 8px;display: block;width: 20px;height: 69px;line-height: 69px;font-family: "黑体";text-align: center;font-size: 30px;color: #ddd;cursor: default;background-color: #f9f9f9;}
span.on{background-color: #ccc;color: #616161;cursor: pointer;} 
span.spe_leftBtn{left: 0;}
span.spe_rightBtn{right: 0;}

.pro_other{padding:50px 0 50px;border-top:1px solid #DBDBDB;display: flex;display: -webkit-flex;justify-content: space-between;align-items: center;font-family: PingFangSC-Regular, sans-serif;
  font-weight: 400;font-size: 16px;margin-top:30px;
  color: #616161;}
.pro_other p.ellipsis{width:40%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color:#616161;flex:1;margin:0;}
.pro_other p.ellipsis a{color:#616161;}
.pro_other a.goback{width: 202px!important;height: 60px;background: #FFFFFF;border-radius: 60px;border: 1px solid #DDDDDD;line-height: 60px;text-align: center;
  color:#616161;}
.pro_other a:hover{color:#e50b0a!important;text-decoration: none!important;}
.pro_other a.goback:hover{border:1px solid #e50b0a;text-decoration: none!important;}
.pro_other p.ellipsis:last-of-type{text-align: right;}
.pic_left .flex{display: flex;align-items: center;margin-top:16px;}
.pic_left .flex .download{display: flex;align-items: center;border:1px solid #dddddd;padding:3px 12px;border-radius: 30px;margin-right:12px;font-size:13px;}
.pic_left .flex .download img{margin-right:3px;}
.pic_left .flex .download:hover{text-decoration: none;}
.news_content .hd{text-align: center;padding:30px 0;}
.news_content .hd .h2{color:#000;padding:0 2%;}
.news_content .hd .time{}
.news_content .bd{padding:10px 2% 0;}
.news_content .bd img{max-width:100%;}
@media screen and (max-width: 768px) {
  .pic_left{float:none;width:100%;margin-bottom:4.5vw;}
  .txt_right{float:none;width:100%;}
  .MagnifierDrag,.MagnifierPop{display: none!important;}
  #MagnifierWrap2{margin:0 auto;width:90%;}
  .pro_other{position: relative;flex-direction: column;align-items: flex-start;padding:1em 0;font-size:13px;}
   .pro_other p.ellipsis{width:calc(100% - 120px);}
   .pro_other a.goback{position: absolute;right:0;width:110px!important;line-height:42px;height:42px;border-radius: 42px;}
   .pro_other p.ellipsis:last-of-type{text-align: left;}
   .news_content .hd .h2{font-size:18px;line-height: 1.4;}
}